home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Online / privoxy-3.0.0-stable / templates / edit-actions-list < prev    next >
Text File  |  2002-10-27  |  12KB  |  370 lines

  1. ##############################################################################
  2. #
  3. # File        :  $Source: /cvsroot/ijbswa/current/templates/edit-actions-list,v $
  4. #
  5. # Purpose     :  Template used to edit the actions file.
  6. #
  7. # Copyright   :  Written by and Copyright (C) 2001 the SourceForge
  8. #                Privoxy team. http://www.privoxy.org/
  9. #
  10. #                Original Author: Copyright (C) 2001 Jonathan Foster
  11. #                http://www.jon-foster.co.uk/
  12. #
  13. #                This program is free software; you can redistribute it 
  14. #                and/or modify it under the terms of the GNU General
  15. #                Public License as published by the Free Software
  16. #                Foundation; either version 2 of the License, or (at
  17. #                your option) any later version.
  18. #
  19. #                This program is distributed in the hope that it will
  20. #                be useful, but WITHOUT ANY WARRANTY; without even the
  21. #                implied warranty of MERCHANTABILITY or FITNESS FOR A
  22. #                PARTICULAR PURPOSE.  See the GNU General Public
  23. #                License for more details.
  24. #
  25. #                The GNU General Public License should be included with
  26. #                this file.  If not, you can view it at
  27. #                http://www.gnu.org/copyleft/gpl.html
  28. #                or write to the Free Software Foundation, Inc., 59
  29. #                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  30. #
  31. # Revisions   :
  32. #    $Log: edit-actions-list,v $
  33. #    Revision 1.26.2.2  2002/08/23 02:22:53  hal9
  34. #    Fix a perl brain fart with <li> in comments.
  35. #
  36. #    Revision 1.26  2002/05/23 23:37:25  oes
  37. #    Nit
  38. #
  39. #    Revision 1.25  2002/05/21 21:02:52  oes
  40. #    Added more help links
  41. #
  42. #    Revision 1.24  2002/05/21 19:11:40  oes
  43. #     - Added client-side JavaScript versions of edit and add URL forms
  44. #     - Moved jump targets to before container table cell
  45. #     - Let earu determine the jump target when removing URLs via JS
  46. #     - Fixed broken help link
  47. #
  48. #    Revision 1.23  2002/05/12 15:53:10  jongfoster
  49. #    Restoring CVS log information accidentally removed in
  50. #    my previous commit.
  51. #
  52. #    Revision 1.22  2002/05/12 15:45:33  jongfoster
  53. #    Applying [Patch 552094] New templates for edit-actions-list
  54. #    This cleans up the templates by:
  55. #    - Removing the (confusing) alternating color scheme.
  56. #    - Making everything left-justified.
  57. #
  58. #    Revision 1.21  2002/05/03 22:58:15  jongfoster
  59. #    Fixing link target in all URLs section
  60. #
  61. #    Revision 1.20  2002/04/26 12:57:18  oes
  62. #     - Central "button" link style in cgi-style.css
  63. #     - Help links now dynamic
  64. #
  65. #    Revision 1.19  2002/04/24 02:19:16  oes
  66. #     - Show name of actions file being edited
  67. #     - Show context sensitive help
  68. #     - Add buttons for easy changing of defaults
  69. #     - Cosmetics and clarifications
  70. #
  71. #    Revision 1.18  2002/04/18 19:21:09  jongfoster
  72. #    Added code to detect "conventional" action files, that start
  73. #    with a set of actions for all URLs (the pattern "/").
  74. #    These are special-cased in the "edit-actions-list" CGI, so
  75. #    that a special UI can be written for them.
  76. #
  77. #    Revision 1.17  2002/04/10 13:32:53  oes
  78. #    Made templates modular
  79. #
  80. #    Revision 1.16  2002/04/08 17:08:14  oes
  81. #    Cosmetic: make status in title lowercase
  82. #
  83. #    Revision 1.15  2002/04/05 16:01:32  oes
  84. #    Correct HTML, external Stylesheets, eye candy, some fixes
  85. #
  86. #    Revision 1.14  2002/03/26 22:29:56  swa
  87. #    we have a new homepage!
  88. #
  89. #    Revision 1.13  2002/03/24 15:23:33  jongfoster
  90. #    Name changes
  91. #
  92. #    Revision 1.12  2002/03/24 11:01:06  swa
  93. #    name change
  94. #
  95. #    Revision 1.11  2002/03/23 16:18:15  swa
  96. #    renamed every reference to the old name with foobar.
  97. #    fixed "application foobar application" tag, fixed
  98. #    "the foobar" with "foobar". left junkbuster in cvs
  99. #    comments and remarks to history untouched. should
  100. #    make final rename easier.
  101. #
  102. #    Revision 1.10  2002/03/16 15:22:19  jongfoster
  103. #    Moving 'alpha' warning to the end of the page
  104. #
  105. #    Revision 1.9  2002/03/05 00:24:51  jongfoster
  106. #    Patch to always edit the current actions file.
  107. #
  108. #    Revision 1.8  2002/03/03 10:29:12  swa
  109. #    point users to the right feedback forms,
  110. #    not necessarily the developer list.
  111. #
  112. #    Revision 1.7  2002/01/23 00:26:45  jongfoster
  113. #    Reducing length of URLs
  114. #    Where encoded and unencoded versions of a string existed, removing
  115. #    the unencoded one.
  116. #
  117. #    Revision 1.6  2002/01/17 21:33:00  jongfoster
  118. #    Replacing all references to the URL of the config interface
  119. #    with @default-cgi@
  120. #
  121. #    Revision 1.5  2002/01/17 21:21:05  jongfoster
  122. #    DOS->Unix line endings
  123. #
  124. #    Revision 1.4  2001/11/13 00:58:18  jongfoster
  125. #    New version of actions file editor templates
  126. #
  127. #
  128. ##############################################################################
  129. #
  130. # Browser support for the CSS on this page:
  131. #   MS Internet Explorer 5.5 - Yes - everything works.
  132. #   Netscape 6.2             - Yes - everything works.
  133. #   Netscape 4.75            - No  - CSS buttons look really bad, but they are
  134. #                                    usable.  Everything else works.
  135. #   Opera 5.12               - Yes - everything works.
  136. #   MS Internet Explorer 4+  - Untested
  137. #   MS IE 3.x, NS3.x         - Untested (Don't support CSS, so everything
  138. #                              should work, but will look ugly).
  139. #   Mozilla >=0.6            - Yes - everything works.
  140. #
  141. # All browsers should work, you just might not get the pretty CSS buttons.
  142. #
  143. # If your favorite browser isn't listed/tested, please test and add it.
  144. #
  145. #
  146. #############################################################################
  147. #
  148. # Standard support:
  149. #
  150. # This file currently produces valid HTML 4.01 Strict.
  151. #
  152. # If you change it, please save the generated page from your web browser
  153. # and then upload it to http://validator.w3.org/ for checking.
  154. #
  155. #############################################################################
  156. #
  157. # Available variables include:
  158. #
  159. # filename
  160. # ver
  161. #
  162. #
  163. #############################################################################
  164. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  165. <html>
  166.  
  167. <head>
  168.   <meta http-equiv="Content-Style-Type" content="text/css">
  169.   <meta http-equiv="Content-Script-Type" content="text/javascript">
  170.   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  171.   <meta name="robots" content="noindex,nofollow">
  172.   <link rel="stylesheet" type="text/css" href="@default-cgi@send-stylesheet">
  173.  
  174.   <title>Privoxy: Edit actions file @f@.action</title>
  175.  
  176.   <style type="text/css">
  177.  
  178. table.framed {
  179.   border: solid black 1px;
  180.   margin: 10px 0px;
  181. }
  182. tr.actions {
  183.   background-color: #eeffee;
  184. }
  185. tr.url {
  186.   background-color: #ddddff;
  187. }
  188. tr.adv {
  189.   background-color: #FFFFD0;
  190. }
  191. td.header {
  192.   font-weight: bold;
  193.   font-size: 110%;
  194.   padding: 10px 15px 2px 15px;
  195. }
  196. td.url {
  197.   font-weight: bold;
  198. }
  199. td.action {
  200.   font-weight: bold;
  201.   font-style: italic;
  202.   padding: 2px 30px;
  203. }
  204. td.nbr, td.buttons {
  205.   white-space: nowrap;
  206. }
  207. td.indentbuttons {
  208.   padding: 2px 30px;
  209. }
  210. </style>
  211.  
  212. <script type="text/javascript">
  213. <!--
  214.  
  215. // Non-JS capable browsers will follow the link to a HTML "are you sure?" page
  216. // JavaScript-capable browsers will call this function, which does a
  217. // client-side prompt for speed.  It may kick off the delete directly.
  218. // It always returns false to cancel following the link.
  219. function rm_p(pattern,curtext)
  220. {
  221.    if (window.confirm("Are you sure you want to delete this URL pattern?\nPattern is: "+unescape(curtext)))
  222.    { window.location.href="edit-actions-remove-url?f=@f@&v=@v@&p="+pattern; }
  223.    return false;
  224. }
  225.  
  226. function e_p(pattern,curtext)
  227. {
  228.    if(newtext=window.prompt("Edit the pattern to your needs:", unescape(curtext)))
  229.    { window.location.href="edit-actions-url?f=@f@&v=@v@&p="+pattern+"&u="+escape(newtext); }
  230.    return false;
  231. }
  232.  
  233. function a_p(section)
  234. {
  235.    if(newtext=window.prompt("Enter the new pattern:", ""))
  236.    { window.location.href="edit-actions-add-url?f=@f@&v=@v@&s="+section+"&u="+escape(newtext); }
  237.    return false;
  238. }
  239.  
  240. //-->
  241. </script>
  242. </head>
  243.  
  244. <body>
  245.  
  246.   <table cellpadding="20" cellspacing="10" border="0" width="100%">
  247.     <tr>
  248.       <td class="title">
  249.  
  250. #include mod-title
  251.  
  252.       </td>
  253.     </tr>
  254.  
  255. <!-- @if-unstable-start -->
  256. # This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
  257.     <tr>
  258.       <td class="warning">
  259.  
  260. #include mod-unstable-warning
  261.  
  262.       </td>
  263.     </tr>
  264. <!-- if-unstable-end@ -->
  265.  
  266.     <tr>
  267.       <td class="info">
  268.     <h2>What is all this?</h2>
  269.         <p>
  270.          If you haven't already done so, it is <b>strongly recommended</b> that you at 
  271.          least skim <a href="@user-manual@@actions-help-prefix@ACTIONS-FILE">the
  272.          chapter on actions files</a> in the <a href="@user-manual@">user manual</a>
  273.          before making any changes. You will also find a comprehensive list of all available actions
  274.          there.
  275.         </p>
  276.          <!-- @if-all-urls-present-then@ -->
  277.         <p>
  278.          Please note that <b>the first section has special importance</b>. It sets the default actions for
  279.          all URLs. The resulting actions for a particular URL may differ from these defaults if that
  280.          URL matches again further down, but this section is largely responsible for your browsing
  281.          experience. Edit manually with great care, or choose from the predefined sets of actions.
  282.         </p>
  283.         <!-- @else-not-all-urls-present@@endif-all-urls-present@ -->
  284.         <!-- @if-default-action-then@ -->
  285.         <p>
  286.          This is the default action file. Updates for it are available from
  287.          <a href="http://www.privoxy.org/">Privoxy.org</a> on a regular basis. 
  288.          It is therefore <b>not recommended</b> that you add your private
  289.          rules here, since they will be lost if you install an update in the future.
  290.          Put your rules in a separate actions file, like <tt>user.action</tt> instead.
  291.         </p>
  292.         <!-- @else-not-default-action@@endif-default-action@ -->
  293.       </td>
  294.     </tr>
  295.  
  296.     <tr>
  297.       <td class="box">
  298.         <div class="buttons">
  299.           <h2>Editing Actions File @f@.action</h2>
  300.           <!-- @if-all-urls-present-then@@else-not-all-urls-present@ -->
  301.           <p><a class="cmd" href="edit-actions-section-add?f=@f@&v=@v@&s=0">Insert new section at top</a></p>
  302.           <!-- @endif-all-urls-present@ -->
  303.         </div>
  304.       </td>
  305.     </tr>
  306.  
  307.     <!-- @if-all-urls-present-then@ -->
  308.     <tr>
  309.       <td class="container"><a name="l@all-urls-s@"></a>
  310.         <table border="0" width="100%" cellspacing="2" cellpadding="3" class="framed">
  311.           <tr class="actions"><td class="header"><a href="@user-manual@@actions-help-prefix@ACTIONS">Actions</a>:</td></tr>
  312.           <tr class="actions">
  313.             <td class="indentbuttons">
  314.               <a href="eafu?f=@f@&v=@v@&s=@all-urls-s@">Edit</a>
  315.               @all-urls-buttons@
  316.             </td>
  317.           </tr>
  318.           <tr class="actions"><td class="action">@all-urls-actions@</td></tr>
  319.           <tr class="url"><td class="header"><a href="@user-manual@@actions-help-prefix@AF-PATTERNS">URL patterns</a>:</td></tr>
  320.           <tr class="url"><td class="indentbuttons">/   <i>(Matches all requests)</a></td></tr>
  321.           <tr class="adv"><td class="header">Advanced:</td></tr>
  322.           <tr class="adv">
  323.             <td class="indentbuttons">
  324.               <a href="easa?f=@f@&v=@v@&s=@all-urls-s@#l@all-urls-s-next@">Insert new section below</a>
  325.             </td>
  326.           </tr>
  327.         </table>
  328.       </td>
  329.     </tr>
  330.     <!-- @else-not-all-urls-present@@endif-all-urls-present@ -->
  331.  
  332. @sections@
  333.  
  334.     <tr>
  335.       <td class="box">
  336.         <h2>More Privoxy:</h2>
  337.         <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
  338.       </td>
  339.     </tr>
  340.  
  341.     <tr>
  342.       <td class="info">
  343.  
  344. #include mod-support-and-service
  345.  
  346.       </td>
  347.     </tr>
  348.  
  349. <!-- @if-have-help-info-start -->
  350.     <tr>
  351.       <td class="info">
  352.  
  353. #include mod-local-help
  354.  
  355.       </td>
  356.     </tr>
  357. <!-- if-have-help-info-end@ -->
  358.  
  359.     <tr>
  360.       <td>
  361.         <small><small>Valid <a href="http://validator.w3.org/">HTML 4.01 Strict</a></small></small>
  362.       </td>
  363.     </tr>
  364.  
  365.   </table>
  366. </body>
  367.  
  368. </html>
  369.